home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / DirFF < prev    next >
Encoding:
Text File  |  1990-07-19  |  1.2 KB  |  25 lines  |  [TEXT/pdos]

  1. DirFF
  2.  
  3. This command displays a directory of files that are currently being cached by
  4. the FastFile system (available in APW/ORCA versions 1.1 and newer).  The
  5. display format is similar to that of the CATALOG command, with the following
  6. differences:
  7.  
  8. The SubType field of the CATALOG command is replaced by the FLAGS field.  The
  9. "D" displayed means that the file exists on disk as well as in memory.  The "P"
  10. displayed means that the file is allowed to have it's purge level set with the
  11. FastFile PURGE call.  (See the shell documentation concerning the FastFile call
  12. for more info.)  The two digits displayed on the extreme right of the display
  13. correspond to the purge level of the memory handle being used to store the file
  14. in memory.  A purge level of 00 means that the memory cannot be purged.  (See
  15. the Memory Manager documentation for more information on purge levels.)
  16.  
  17. An asterisk ("*") following the BLOCKS value for any file signifies that the
  18. memory used by the file has, in fact, been purged.
  19.  
  20. At the end of the display, the utility will display the total number of files
  21. displayed, and a value for the total bytes of memory used by the FastFile
  22. system for storing the files.
  23.  
  24. Apple-. will terminate the display at any time.
  25.